home *** CD-ROM | disk | FTP | other *** search
/ Paradise in the Skirt / Paradise in the Skirt.iso / shared.dir / 00230_Script_230 < prev   
Text File  |  1994-11-11  |  244b  |  9 lines

  1. on exitFrame
  2.   if (the movieTime of sprite 46) + 10 < the duration of cast(the castnum of sprite 46) then
  3.     set the movieRate of sprite 46 = 1
  4.     go the frame
  5.   else
  6.     set the movieRate of sprite 46 = 0
  7.     quitQTMovie
  8.   end if
  9. end